github.com/aws/aws-sdk-go-v2/service/internal/checksum.awsChunkedEncoding.trailerEncodedLength (field)

4 uses

	github.com/aws/aws-sdk-go-v2/service/internal/checksum (current package)
		aws_chunked_encoding.go#L83: 	trailerEncodedLength int
		aws_chunked_encoding.go#L121: 		trailerEncodedLength: trailerReader.EncodedLength(),
		aws_chunked_encoding.go#L130: 	if e.options.StreamLength == -1 || e.trailerEncodedLength == -1 {
		aws_chunked_encoding.go#L155: 	length += int64(e.trailerEncodedLength)